In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / NewActionGoTo Method

NewActionGoTo Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(343)>

Function NewActionGoTo( _

   ByVal DestinationType As PdfDestinationType, _

   ByVal Page As Integer, _

   ByVal Left As Single, _

   ByVal Right As Single, _

   ByVal Bottom As Single, _

   ByVal Top As Single, _

   ByVal Zoom As Single _

) As Integer
[DispId(343)]

int NewActionGoTo( 

   PdfDestinationType DestinationType,

   int Page,

   float Left,

   float Right,

   float Bottom,

   float Top,

   float Zoom

)
function NewActionGoTo( 

    DestinationType: PdfDestinationType;

    Page: Integer;

    Left: Single;

    Right: Single;

    Bottom: Single;

    Top: Single;

    Zoom: Single

): Integer; 
DispIdAttribute(343)

function NewActionGoTo( 

   DestinationType : PdfDestinationType,

   Page : int,

   Left : float,

   Right : float,

   Bottom : float,

   Top : float,

   Zoom : float

) : int;
[DispId(343)]

int NewActionGoTo( 

   PdfDestinationType DestinationType,

   int Page,

   float Left,

   float Right,

   float Bottom,

   float Top,

   float Zoom

) 
[DispId(343)]

int NewActionGoTo( 

   PdfDestinationType DestinationType,

   int Page,

   float Left,

   float Right,

   float Bottom,

   float Top,

   float Zoom

) 

Parameters

DestinationType
Page
Left
Right
Bottom
Top
Zoom
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members